
/***********************************/
form.cmxform {
	width: 670px;
	font-size: 1.0em;
	font-family:"Courier New", Courier, monospace;
}

form.cmxform legend {
	padding-left: 0;
	font-weight:bold;
	font-size:1.2em;
	color: #333;
}
form.cmxform label {
	float: left;
    display: block;
    width: 20%;
    color: #999;
    line-height: 39px;
    cursor: pointer;
	font-size:14px;
}
form.cmxform input, form.cmxform textarea {
	display:inline-block;
	border:1px solid #666;
	width:70%;
	height:25px;
}
form.cmxform input[type="submit"]{
border: 1px solid #36A8FF;
	background-color:#36A8FF;
    color: #fff;
    padding: 8px 12px;
    font-size: 16px;
	line-height:0;
	height:30px;
    display: inline-block;
    font-weight: inherit;
	max-width: 80%;
    margin-left: 20%;}
	
form.cmxform input.checkbox { 
	border: none;
	width:auto;
}
form.cmxform fieldset {
	width:100%;
	border:none;
}

form.cmxform fieldset fieldset {
	background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
	padding: 10px;
	margin: 10px;
	min-height: 40px;
}
#newsletter_topics label{
	float:left; clear:both; position:relative; left:190px;
}
#newsletter_topics label input[type="checkbox"] {
	width:auto;
	position:absolute; left:-50px;
}
form.cmxform label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}
div.error { display: none; }

input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: #999; }

#signupForm {
	width: 100%;
}
.error {
	color:#900;
	font-style:italic;
	font-size:0.9em;
}
#signupForm label.error {
	width: auto;

}
#signupForm #agree-error.error {
	left:180px;
}
#newsletter_topics label.error {
	display: none;
}
#newsletter_topics label[for="topic[]"].error {
	left:140px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
form.cmxform legend {
	width:100%;
	color:#900;
}
}
